Gender
@Serializable
Genders affect whether a Pokémon can breed and what moves it can learn. See: https://pokeapi.co/docs/v2#genders
Parameters
id
The identifier for this gender resource.
name
The name for this gender resource.
pokemon Species Details
A list of Pokémon species that can be this gender and how likely it is that they will be.
required For Evolution
A list of Pokémon species that require this gender in order for a Pokémon to evolve into them.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, pokemonSpeciesDetails: List<PokemonSpeciesGender>, requiredForEvolution: List<Handle.Named<PokemonSpecies>>)